home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TDLGNEWBASEWARNING / TDLGNEWBASEWARNING.txt
Text File  |  2004-10-12  |  2KB  |  84 lines

  1. object dlgNewBaseWarning: TdlgNewBaseWarning
  2.   Left = 208
  3.   Top = 98
  4.   Width = 411
  5.   Height = 335
  6.   ActiveControl = WarnMemo
  7.   Caption = 'Important! Please read'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object WarnMemo: TMemo
  21.     Left = 8
  22.     Top = 8
  23.     Width = 385
  24.     Height = 217
  25.     Lines.Strings = (
  26.       
  27.         'This version of The Bat! introduces the new format of the messag' +
  28.         'e base, your old message  bases will be automatically converted ' +
  29.         'to the new format.'
  30.       ''
  31.       
  32.         'It is recommended to create a backup copy of your mail directory' +
  33.         ' so you can safely return to the previous version of the program' +
  34.         '. Also, you can just leave old message base files intact by not ' +
  35.         'checking the checkbox below - in this case, you will have to rem' +
  36.         'ove the new version message base files (MESSAGES.TBB and MESSAGE' +
  37.         'S.TBI files located in each folder'#39#39's home directory) manually. ' +
  38.         'If you choose not to delete the old message base files,  you wil' +
  39.         'l have to remove MESSAGES.MSG files located in each folder'#39's hom' +
  40.         'e directory manually.'
  41.       ''
  42.       'WARNING! IMPORTANT! WARNING! IMPORTANT! WARNING! IMPORTANT!'
  43.       ''
  44.       
  45.         'THE NEW FORMAT OF THE MESSAGE BASE DOES NOT SUPPORT ANY ENCRYPTI' +
  46.         'ON YET. The old format of the message base used weak encryption ' +
  47.         'and we decided to leave it for special encryption utilities that' +
  48.         ' would guarantee true safety of your data. '
  49.       '')
  50.     ReadOnly = True
  51.     ScrollBars = ssVertical
  52.     TabOrder = 0
  53.     WantReturns = False
  54.     WordWrap = False
  55.   end
  56.   object cbDeleteOld: TCheckBox
  57.     Left = 16
  58.     Top = 240
  59.     Width = 369
  60.     Height = 17
  61.     Caption = '&Delete old message base files'
  62.     TabOrder = 1
  63.   end
  64.   object bOK: TButton
  65.     Left = 216
  66.     Top = 272
  67.     Width = 75
  68.     Height = 25
  69.     Caption = 'OK'
  70.     ModalResult = 1
  71.     TabOrder = 2
  72.   end
  73.   object bCancel: TButton
  74.     Left = 312
  75.     Top = 272
  76.     Width = 75
  77.     Height = 25
  78.     Cancel = True
  79.     Caption = 'Cancel'
  80.     ModalResult = 2
  81.     TabOrder = 3
  82.   end
  83. end
  84.